'Declaration
<ComVisibleAttribute(False)> Public Delegate Sub AnnotationManager.OnCustomAnnotationPaintEventHandler( _ ByVal Annot As AnnotationCustom, _ ByVal device As Object _ )
[ComVisible(false)] public delegate void AnnotationManager.OnCustomAnnotationPaintEventHandler( AnnotationCustom Annot, object device )
public delegate AnnotationManager.OnCustomAnnotationPaintEventHandler( Annot: AnnotationCustom; device: TObject );
ComVisibleAttribute() public delegate AnnotationManager.OnCustomAnnotationPaintEventHandler( Annot : AnnotationCustom, device : Object )
[ComVisible(false)] public: __gc __delegate void AnnotationManager.OnCustomAnnotationPaintEventHandler( AnnotationCustom* Annot, Object* device )
[ComVisible(false)] public delegate void AnnotationManager.OnCustomAnnotationPaintEventHandler( AnnotationCustom^ Annot, Object^ device )
Parameters
- Annot
- device